home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util4 / pntres44.rdm < prev    next >
Text File  |  1996-02-22  |  6KB  |  141 lines

  1. Short:    Eyes on screen titlebars watch your pointer.
  2. Author:   johughes@heartland.bradley.edu  (John Hughes)
  3. Uploader: johughes@heartland.bradley.edu  (John Hughes)
  4. Type:     util/wb
  5.  
  6. Statistics:
  7.  
  8.   Program:        PointerEyes
  9.   Version:        4.4 and 3.12
  10.   Date:           January 25, 1996
  11.   Coded by:       John Hughes
  12.   Email:          johughes@heartland.bradley.edu
  13.   WWW:            http://rhf.bradley.edu/~jhughes/
  14.   Compiled with:  SAS/C 6.56
  15.   Machine:        A4000 68EC030/25  AmigaDOS 3.1
  16.   Required:       PointerEyes3.12 : AmigaDos 2.0 or greater
  17.                   PointerEyes4.4  : AmigaDOS 3.0 or above
  18.                   screennotify.library 1.0 (included) (not required for v4.x)
  19.                   MagicWB is also recommended
  20.  
  21.  
  22.  
  23.  
  24. ««««««««««««  WHAT'S NEW »»»»»»»»»»»
  25.  
  26. Removed more Enforcer Hits.  None show up for me now. (What about you? let me know.)
  27. Fixed problem with some programs not being able to close there
  28.   screen with Pointer Eyes on that screen.  (Notably 'Term')
  29. datatype.library support.  (AmigaDos 3.0)
  30. User defined eye images.   (AmigaDos 3.0)
  31. Use any sized eyes, with any number of colors.   (AmigaDos 3.0)
  32. Installation scripts.
  33. Bug fixes.
  34. and more.
  35. Version 4.x  is for AmigaDos 3.0+
  36. Version 3.x is for AmigaDos 2.0+
  37.  
  38.  
  39.  
  40.  Features:
  41.  
  42.   o All settings are saved and loaded from the icon @{" Tooltypes " Link "TOOLTYPES"}.
  43.   o The background color and eye color are automatic allowing it to look
  44.     as though the eyes are attached to the screen's title bar or you
  45.     can choose it's colors.   (not supported in version 4.1 yet)
  46.   o The eyes can be auto-centered on the title bar or be located
  47.     anywhere on the screen.
  48.   o The eyes can be any size and have any number of colors. (version 4.0+ only)
  49.     There are two eye sizes (8 and 11 pixels tall).  (version 3.9+)
  50.     You may choose between the sizes, or let the program determine which
  51.     best fits your public screen title bar.
  52.   o You can choose the public screen in which Pointer Eyes appears on.
  53.   o If the mouse isn't moved for a while, the eyes will go to sleep, and
  54.      periodicaly peek out at you.
  55.   o The eyes will blink at random intervals.
  56.   o The eyes are rolled periodically.
  57.   o Allowings the WB screen to be closed/reopened if system preferences are
  58.     changed, or for any other reason.
  59.   o Monitors screens using screennotify.library, so that public screens can
  60.     safely be closed when the eyes are on that screen.
  61.   o You can lock the window in place so you don't accidentlly grab it.
  62.   o The eyes can stay behind, in front of all windows, or just float.
  63.   o The eyes can follow you around to the front most or active
  64.     public screen.
  65.   o It's a Commodity.
  66.   o Low task priority of -2, so it doesn't get in the way of other tasks.
  67.   o datatypes.library support.  (Version 4.0+ only)
  68.   o User defined eye images.. Make your own eyes!!! :)
  69.   o Small code.
  70.  
  71.  
  72.  
  73. Partial History:
  74. ----------------
  75.  
  76. v3.8 June 9, 1995
  77.  
  78.      Bug Fix: The pulldown menu is now the correct color.
  79.      Bug Fix: Eyes window wasn't being reopened after wb screen close/opened.
  80.      Added @{" tooltype " Link "TOOLTYPES"} EYESPICTUREFILE, which allows the
  81.        user to choose how many seconds of no mouse movement will cause the
  82.        eyes to go to sleep.
  83.  
  84. v4.0 June 12, 1995
  85.  
  86.      AmigaDos v3.0 is required because of datatype support and AllocBitMap().
  87.      Datatype support for user defined eye images.
  88.      BltBitMapRastPort() is now used instead of DrawImage().
  89.      Added EYESPICTUREFILE tooltype.
  90.      Installation script now included!
  91.      Eye ILBM files included:
  92.        OriginalEyes   (sizes: 8,11,13)
  93.        ShadedEyes     (sizes: 8,11,13)
  94.        MagicWBEyes    (sizes: 8,11,13)
  95.        RedYellowEyes  (sizes: 11)
  96.  
  97. v3.9 July 5, 1995
  98.  
  99.      As with version 4.1:
  100.      Major Bug Fix: I didn't ReplyMsg() when OpenWBScreen() was called
  101.        and the WB screen was already opened. Finally!!!
  102.      This is a bugfix update to version 3.8 which is for AmigaDos 2.0+ users.
  103.  
  104. v4.1 July 5, 1995
  105.  
  106.      Major Bug Fix: I didn't ReplyMsg() when OpenWBScreen() was called
  107.        and the WB screen was already opened. Finally!!!
  108.      Typo in documentation.  FOLLOWMOUSE is now FOLLOWSCREEN.
  109.      screennotify.library is now not required, but used if available.
  110.      Added @{" tooltype " Link "TOOLTYPES"} USESCREENNOTIFY, which
  111.        specifies whether or not to use screennotify.library.
  112.  
  113. v4.2 & v3.10 October 3, 1995
  114.  
  115.      Postcardware version.
  116.      This version is Postcardware, which basically means that this software is
  117.        public domain, and if you use it please send me a postcard of your country
  118.        or your city.
  119.     Changed the text that the About menu displays.
  120.     Removed hotkey bug. The hotkey string was deallocated after it was found in some cases. (enforcer hit?)
  121.  
  122. v4.2 & v3.10 RELEASE 2  October 8, 1995
  123.  
  124.     Fixed a typo in the installer scripts which caused the docs to not be installed.
  125.     Did a few other minor changes in the installation scripts.
  126.     Sorry this release was delayed, due to problems with aminet.
  127.  
  128. v4.3 & v3.11 November 14, 1995
  129.  
  130.     Added some more screennotify support.  AddPubScreenClient().
  131.       This should solve the problems with a screen closing in a couple of
  132.       programs such as Term.
  133.     Removed a couple of harmless enforcer hits.  I think they were removed.
  134.  
  135. v4.4 & v3.12 January 25, 1996
  136.  
  137.     Removed a few more harmless enforcer hits related to checking if a
  138.       window is in back of all other non-backdrop windows.
  139.     Changed the method in which Pointer Eyes determines if another
  140.       window is also a Pointer Eyes window.
  141.